[INFO] fetching crate taskflowrs 0.1.1...
[INFO] testing taskflowrs-0.1.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate taskflowrs 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate taskflowrs 0.1.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate taskflowrs 0.1.1
[INFO] tweaked toml for crates.io crate taskflowrs 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate taskflowrs 0.1.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate taskflowrs 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 566cb9e45aa0d9a6841fdee4671461ae14a6451a027a86c00aa2940a59d445b5
[INFO] running `Command { std: "docker" "start" "-a" "566cb9e45aa0d9a6841fdee4671461ae14a6451a027a86c00aa2940a59d445b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "566cb9e45aa0d9a6841fdee4671461ae14a6451a027a86c00aa2940a59d445b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "566cb9e45aa0d9a6841fdee4671461ae14a6451a027a86c00aa2940a59d445b5", kill_on_drop: false }`
[INFO] [stdout] 566cb9e45aa0d9a6841fdee4671461ae14a6451a027a86c00aa2940a59d445b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6331e7c552af2dfb891e1f79c3feca26e67dce5a0b20a30aef8ce4aecebdfed
[INFO] running `Command { std: "docker" "start" "-a" "c6331e7c552af2dfb891e1f79c3feca26e67dce5a0b20a30aef8ce4aecebdfed", kill_on_drop: false }`
[INFO] [stderr]    Compiling taskflowrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/preemptive.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as libc::sighandler_t;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as *const () as libc::sighandler_t;
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
[INFO] running `Command { std: "docker" "inspect" "c6331e7c552af2dfb891e1f79c3feca26e67dce5a0b20a30aef8ce4aecebdfed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6331e7c552af2dfb891e1f79c3feca26e67dce5a0b20a30aef8ce4aecebdfed", kill_on_drop: false }`
[INFO] [stdout] c6331e7c552af2dfb891e1f79c3feca26e67dce5a0b20a30aef8ce4aecebdfed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c14c09aba7e2c76c2dfd76b207d0b6f4a302996a91c4848ebce1e82afd668e5
[INFO] running `Command { std: "docker" "start" "-a" "6c14c09aba7e2c76c2dfd76b207d0b6f4a302996a91c4848ebce1e82afd668e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling taskflowrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/preemptive.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as libc::sighandler_t;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 423 |         sa.sa_sigaction = handler as *const () as libc::sighandler_t;
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]  --> examples/pipeline_advanced.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::pipeline::{ConcurrentPipeline, Token};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::pipeline::{ConcurrentPipeline, Token};
[INFO] [stdout] 1 + use taskflowrs::pipeline::{ConcurrentPipeline, Token};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> examples/pipeline_advanced.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]  --> examples/pipeline_benchmark.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::pipeline::ConcurrentPipeline;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::pipeline::ConcurrentPipeline;
[INFO] [stdout] 1 + use taskflowrs::pipeline::ConcurrentPipeline;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `taskflow_rs` in this scope
[INFO] [stdout]   --> examples/gpu_async_streams.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use taskflow_rs::gpu::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use taskflow_rs::gpu::{
[INFO] [stdout] 18 + use taskflowrs::gpu::{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/composition_debug.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, CompositionBuilder, TaskflowComposable};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/parallel_scan.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, parallel_inclusive_scan, parallel_exclusive_scan};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, parallel_inclusive_scan, parallel_exclusive_scan};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, parallel_inclusive_scan, parallel_exclusive_scan};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/minimal_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/run_variants_practical.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]   --> examples/gpu_async_streams.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 17 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/gpu_tasks.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, GpuDevice, GpuBuffer, GpuTaskConfig};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/loop_and_cycle_detection.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow, CycleDetector, Loop};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow, CycleDetector, Loop};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow, CycleDetector, Loop};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/test_tooling_imports.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use taskflow_rs::{
[INFO] [stdout] 2 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/hardware_topology.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use taskflow_rs::{
[INFO] [stdout] 6 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/run_variants.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> examples/run_variants.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/enhanced_composition.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{
[INFO] [stdout] 1 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AtomicBool`
[INFO] [stdout]  --> examples/run_variants_practical.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::sync::atomic::{AtomicUsize, AtomicBool, Ordering};
[INFO] [stdout]   |                                      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/parallel_patterns.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/preemptive_cancellation.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use taskflow_rs::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use taskflow_rs::{
[INFO] [stdout] 5 + use taskflowrs::{
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `taskflow_rs`
[INFO] [stdout]  --> examples/parallel_run_n.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `taskflow_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use taskflow_rs::{Executor, Taskflow};
[INFO] [stdout] 1 + use taskflowrs::{Executor, Taskflow};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "test_tooling_imports") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_tasks") due to 1 previous error
[INFO] [stderr] error: could not compile `taskflowrs` (example "hardware_topology") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "pipeline_benchmark") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "composition_debug") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "preemptive_cancellation") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "pipeline_advanced") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `taskflowrs` (example "gpu_async_streams") due to 2 previous errors
[INFO] [stderr] error: could not compile `taskflowrs` (example "run_variants") due to 1 previous error; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "parallel_scan") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "loop_and_cycle_detection") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "parallel_patterns") due to 1 previous error
[INFO] [stderr] error: could not compile `taskflowrs` (example "run_variants_practical") due to 1 previous error; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "minimal_test") due to 1 previous error
[INFO] [stderr] error: could not compile `taskflowrs` (example "parallel_run_n") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taskflowrs` (example "enhanced_composition") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6c14c09aba7e2c76c2dfd76b207d0b6f4a302996a91c4848ebce1e82afd668e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c14c09aba7e2c76c2dfd76b207d0b6f4a302996a91c4848ebce1e82afd668e5", kill_on_drop: false }`
[INFO] [stdout] 6c14c09aba7e2c76c2dfd76b207d0b6f4a302996a91c4848ebce1e82afd668e5
